home *** CD-ROM | disk | FTP | other *** search
-
- //////////////////////////////////////////////////////////////////////////////
- //
- // Filename: skelexp.hxx
- //
- // Description: Skeleton Visual Basic Custom Control.
- //
- // Exported functions for the control.
- //
- // Date Created: <Date>
- //
- // Author: <Your Name>
- //
- // Copyright (c) <Your Company Name> 1994
- //
- // Portions of this product are based on original
- // source code from Anton Software Limited.
- //
- //////////////////////////////////////////////////////////////////////////////
-
- #ifndef SKELEXP_HPP
- #define SKELEXP_HPP
-
- //////////////////////////////////////////////////////////////////////////////
- //
- // Exported Functions
- //
- //////////////////////////////////////////////////////////////////////////////
-
- BOOL CALLBACK _export AboutDlgProc(HWND, USHORT, USHORT, LONG);
- LONG CALLBACK _export AboutWndProc(HWND, USHORT, USHORT, LONG);
- LONG CALLBACK _export SkeletonCtlProc(HCTL, HWND, USHORT, USHORT, LONG);
-
- #endif // SKELEXP_HPP
-